home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilfile / lha2lzx.rdm < prev    next >
Text File  |  1997-01-18  |  711b  |  32 lines

  1. Short:    ARexx script to convert LHA/LZH to LZX files
  2. Author:   hima0011@fh-karlsruhe.de (Martin Hilpert)
  3. Uploader: hima0011@fh-karlsruhe.de (Martin Hilpert)
  4. Version:  1.2
  5. Type:     util/arc
  6. Replaces: Version 1.0
  7. Requires: util/arc/LhA_e138.run, util/arc/lzx121.lha
  8.  
  9. LHA2LZX.rexx
  10. ------------
  11. * Dearchives LHA file
  12. * Archives to LZX file
  13.  
  14. optional:
  15. * Tests archive integrity
  16. * Adds filenotes to archives
  17. * Checks files for viruses
  18.  
  19. new in version 1.2:
  20. -------------------
  21. - changed option -v to +v
  22.   now, it doesn't have to be the last option any longer  :-)
  23.  
  24. - added option +z
  25.   you can change the path where the temporary (decrunched) files
  26.   should be located
  27.  
  28.  
  29. Please, give feedback! (E.g. EMail)
  30.  
  31. Martin
  32.